projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d24ad50
)
; * etc/NEWS: Fix entry about reverting to old 'mode-line' face.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 25 Nov 2021 18:17:58 +0000
(20:17 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 25 Nov 2021 18:17:58 +0000
(20:17 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 8b7c2f78508322e41664b72ef3b0023df0579af4..da56d0a338add05cca0b998da6072eb42e684198 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-81,7
+81,7
@@
To get the old monospaced mode line back, customize the 'mode-line'
face not to inherit from the 'variable-pitch' face, or add this to
your ~/.emacs:
- (set-face-attribute 'mode-line
t :inherit nil
)
+ (set-face-attribute 'mode-line
nil :inherit 'default
)
+++
** New function 'buffer-text-pixel-size'.